/*
	STARR Certification Style Sheet
	Designed by Richard Hogge
	tremolocreative.com
	12/10/2014

	Table of Contents
	-----------------
	#Reset & Basics
	#Base Grid
	#Site Styles
	#Page Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Plugins
	#Fonts
	#Media Queries
*/


/* ========== #Reset & Basics ========== */


/* ========== #Base Grid ========== */


/* ========== #Site Styles ========== */

body {
  height: 100%;
  margin: 0;
  background: #572670;
  background-image: url('images/gradiant.png');
  background-size: 1px 335px;
  background-repeat: repeat-x;
  color: #FFF;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.container {
  margin: 0 1em;
}

header,
h1,
h2,
p.center-line,
form,
input[type="submit"],
.button {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

h1,
h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 2.7em;
}

h1.logo {
  color: #572670;
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 0;
}

h1.logo img {
  padding: 30px;
  width: 300px;
  height: 200px;
}

h1.headline {
  margin: 5px auto 0 auto;
  text-shadow: 0 0 20px #361846;
}

p,
li {
  font-size: 14px;
  line-height: 1.5em;
}

p.center-line {
  text-transform: uppercase;
  margin: 6px 0 0 0;
  font-size: 1.25em;
  letter-spacing: 0.25em;
  text-shadow: 0 0 20px #361846;
}

p.center-line span {
  display: inline-block;
  position: relative;
}

p.center-line span:before,
p.center-line span:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #FFF;
  top: 13px;
}

p.center-line span:before {
  right: 100%;
  margin-right: 10px;
  width: 188px;
}

p.center-line span:after {
  left: 100%;
  margin-left: 10px;
  width: 188px;
}

a,
a:visited,
a:active,
a:hover {
  color: #FFF;
}

form {
  width: 320px;
  margin: 0 auto;
}

form.signup {
  margin-top: 60px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #777;
  margin: 0;
  width: 312px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #555;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

label,
legend {
  display: block;
}

label {
  font-size: 12px;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
}

input[type="submit"],
.button {
  background: #807f80;
  border: 0;
  border-top: 0;
  border-left: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, .75);
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: normal;
  padding: 10px;
  box-shadow: 0 0 20px #361846;
}

input[type="submit"]:hover,
input[type="submit"]:active,
.button:hover,
.button:active {
  background: #999;
}

input[type="submit"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

p.submission {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.no-top {
  margin-top: 0;
}

.half-top {
  margin-top: 12px;
}

.add-top {
  margin-top: 3em;
}

.add-bottom {
  margin-bottom: 2em;
}

.more-bottom {
  margin-bottom: 3em;
}

.type-margin {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

img {
  border: 0;
}

ul.padded li {
  padding-bottom: 1.5em;
}

ul.teaser-buttons {
  text-align: center;
  margin: 40px 0 0 0;
  padding: 0;
}

ul.teaser-buttons li {
  display: inline-block;
}

ul.teaser-buttons li.first {
  padding-right: 1em;
}

ul.teaser-buttons li.first a.button {
  padding: 10px 10px;
}

ul.teaser-buttons li a.button {
  padding: 10px 20px;
}

footer p.partner-logos,
p.partner-logos {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 30px 0;
}

footer p.partner-logos img,
p.partner-logos img {
  width: 250px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  text-align: center;
}


/* ========== #Page Styles ========== */


/* ========== #Typography ========== */


/* ========== #Links ========== */


/* ========== #Lists ========== */


/* ========== #Images ========== */


/* ========== #Buttons ========== */


/* ========== #Forms ========== */


/* ========== #Plugins ========== */


/* ========== #Fonts ========== */


/* ========== #Media Queries ========== */

@media (max-width: 767px) {
  h1.headline {
    width: 75%;
  }
  p.center-line span:before,
  p.center-line span:after {
    display: none;
  }
  ul.teaser-buttons li {
    display: block;
  }
  ul.teaser-buttons li.first {
    padding-right: 0;
  }
  .button {
    margin-bottom: 1em;
  }
}

@media (max-width: 400px) {
  body {
    background-size: 1px 200px;
  }
  h1.logo img {
    width: 210px;
    height: 140px;
    padding-top: 15px;
  }
  h1 {
    font-size: 2em;
  }
  ul.teaser-buttons li.first a.button {
    padding: 10px 12px;
    font-size: 11px;
  }
  ul.teaser-buttons li a.button {
    padding: 10px 19px;
    font-size: 11px;
  }
}
